transform: Fix equal() docs
authorTimm Bäder <mail@baedert.org>
Sun, 7 Jun 2020 07:37:20 +0000 (09:37 +0200)
committerTimm Bäder <mail@baedert.org>
Fri, 19 Jun 2020 03:26:25 +0000 (05:26 +0200)
This has nothing to do with matrices.

gsk/gsktransform.c

index 3b41486a7dd98d2ee16901c140a3b9291016783a..f5a9bac35700a164bf9eb7cff36f1812080a7f5f 100644 (file)
@@ -1674,14 +1674,12 @@ gsk_transform_invert (GskTransform *self)
 
 /**
  * gsk_transform_equal:
- * @first: the first matrix
- * @second: the second matrix
+ * @first: the first transform
+ * @second: the second transform
  *
- * Checks two matrices for equality. Note that matrices need to be literally
- * identical in their operations, it is not enough that they return the
- * same result in gsk_transform_to_matrix().
+ * Checks two transforms for equality.
  *
- * Returns: %TRUE if the two matrices can be proven to be equal
+ * Returns: %TRUE if the two transforms peform the same operation.
  **/
 gboolean
 gsk_transform_equal (GskTransform *first,